toolbar: implement minimum and natural sizes in _get_preferred family
authorJonh Wendell <jonh.wendell@intel.com>
Wed, 31 Jul 2013 14:42:50 +0000 (11:42 -0300)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 9 Nov 2013 18:26:35 +0000 (13:26 -0500)
commitc292401162cc2a87fd3cfd4cd4802a6fc641c8f4
treed99289228a8edc854dbc8e222c0eb6901044f572
parente245fd8e68588f2aed104810bce7c9913a694643
toolbar: implement minimum and natural sizes in _get_preferred family

currently it's using the same sizes for natural and minimum, but it
happens that, when it's allowed to use the arrow, the minimum size
can be smaller than natural.

https://bugzilla.gnome.org/show_bug.cgi?id=693227
gtk/gtktoolbar.c